home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-11-11 | 2.8 KB | 124 lines |
- ;-------- the title for the dialog box
- [dialog]
- caption = "GST 1st Design Installation"
- name = "GST 1st Design"
-
- ;-------- the names of the default destination directories
- [data]
- defdir = c:\design
- groups = 2
-
- ;-------- the pseudo-disks for the source files
- ;
- ; n = path, volume-label, "caption for dialog"
-
- [disks]
- 1 =.\desprog, G7020701.FDE, "1st Design Disk 1"
- k =.\sysdlls, G7020701.FDE, "1st Design Disk 1"
- a =.\samples, G7020701.FDE, "1st Design Disk 1"
- b =.\tutorial,G7020701.FDE, "1st Design Disk 1"
- f =.\fonts, G7020701.FDE, "1st Design Disk 1"
-
- ;-------- the amount of diskspace required
- ; on a category-by-category basis, in Kbytes
- ;
- ; eventually, we may put category names here
- ;
- [needed.space]
- 0 = 1400 ; program
- 1 = 600 ; samples
-
- [group.names]
- 0 = "1st Design"
- 1 = "Samples and Tutorial"
-
- ;-------- the sections of the program
- ;
- ; each line consists of #groupname, category, destination
- ;
- ; Destination pseudo-disks:
- ;
- ; 0: means the default program directory
- ; &: means the windows directory
-
- [app.copy.appstuff]
- ;----------------------------------------------------- from disk 1
- #app.main, 0, 0:
- #app.libs, 0, 0:libs
- #app.windows, 0, &:
- #app.system, 0, &:system
- #app.samples, 1, 0:samples
- #app.tutorial, 1, 0:tutorial
- ;-------------------------------------------------------- from disk 2
- #fonts, 0, &:system
- #fonts, 1, &:system
-
- ;------------- the groups of files to be copied -----------------
-
- [app.main]
- 1:1stdesus.wri, "Readme file"
- 1:design.hlp, "help file"
- 1:design.exe, "main program"
- 1:des1rsc.dll, "resource file"
- 1:dwkf_atm.dll, "font handling libraries"
- 1:dwkf_tt.dll
- 1:dwkf_gst.dll
- 1:gstctrls.dll
- 1:toolbar.ini
- 1:color.tem, "templates"
- 1:216col.tem
-
- [app.libs]
- 1:artibmp.dll, "import/export libraries"
- 1:articgm.dll
- 1:artigem.dll
- 1:artigif.dll
- 1:artiimg.dll
- 1:artipcx.dll
- 1:artitiff.dll
- 1:artiwmf.dll
- 1:artiwtx.dll
- 1:des_ps.pre, "PostScript preambles"
-
- [app.windows]
- 1:design.ini, "ini files"
- 1:fntalias.ini
-
- [app.system]
- k:commdlg.dll, "commdlg.dll"
- k:composit.dll, "other dlls"
- k:shell.dll,
- k:dib.drv
-
- [app.samples]
- a:samples.___, "Sample Pictures"
-
- [app.tutorial]
- b:tutorial.___, "Tutorial Files"
-
- [fonts]
- f:gstbrwit.tt_, "fonts - Brushwood"
- f:gsthiprm.tt_, "fonts - Hippo"
-
-
- ;-----------------------------------------------------------
-
- ;----- the list of groups to be created
-
- [progman.groups]
- GST,gstapp.grp
-
-
- ;----- the icons to create in the group
-
- [GST]
- "1st Design", Design.exe
- "1st Design Read Me", 1stdesus.wri, write.exe
-
-
- [backup]
- ini=design
-
-
-